home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Python 1.3.3
/
Python 133 68K
/
Mac
/
Lib
/
test
/
twin.py
< prev
Wrap
Text File
|
1996-05-20
|
162b
|
10 lines
# Test Win module
from Win import *
r = (40, 40, 400, 300)
w = NewWindow(r, "Hello world", 1, 0, -1, 1, 0x55555555)
w.DrawGrowIcon()
import time
time.sleep(10)